Get recording screenshot
Generates a screenshot of a recording at a specific playback position. Supports extension-based negotiation via /recordings/{recordingId}/screenshot.png, .jpeg, or .webp; file extensions take precedence over the Accept header. This endpoint exposes only time, width, height, quality, and the negotiated output format from the underlying browser-rendering service.
Authorizations
Show parameters: TenantId, KeyId, Expires, Signature
Parameters
Path Parameters
The recording ID
"000e8400-e00b-00d0-a716-446655440000""uuid"Query Parameters
Playback position selector. Supports offset, percent, and epoch formats: offset:5000, offset:-5000, percent:50, or epoch:1702900000000. Defaults to offset:0.
"offset:0"Width in pixels from 1 to 4096. Defaults to 1280 when omitted. If height is provided and width is omitted, width is derived from the recording viewport ratio when metadata is available. Values outside this range return 400.
"1280"Height in pixels from 1 to 4096. Defaults to 720 when omitted and recording viewport metadata is unavailable. If width is provided or both dimensions are omitted, height is derived from the recording viewport ratio when metadata is available. Values outside this range return 400.
"720"Quality from 1 to 100 for JPEG and WebP output (default: 80). Ignored for PNG.
"80"Responses
Screenshot image